Laravel 4 Artisan
Sublime Text plugin for Laravel 4 Artisan and Jeffrey Way Generators
Details
Installs
- Total 49K
- Win 32K
- Mac 9K
- Linux 9K
| Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
| Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Linux | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Laravel 4 Artisan commands
Fork of Sublime Text plugin for Laravel 3 Artisan commands
This plugin allows you the run the normal Artisan CLI using the Sublime Text interface, without having to open and use the command line.
Available commands:
Laravel Artisan
Laravel Artisan: ChangesLaravel Artisan: Clear CompiledLaravel Artisan: DownLaravel Artisan: Dump AutoloadLaravel Artisan: HelpLaravel Artisan: ListLaravel Artisan: MigrateLaravel Artisan: OptimizeLaravel Artisan: RoutesLaravel Artisan: ServeLaravel Artisan: UpLaravel Artisan: WorkbenchLaravel Artisan: Asset: PublishLaravel Artisan: Auth: RemindersLaravel Artisan: Cache: ClearLaravel Artisan: Command: MakeLaravel Artisan: Config: PublishLaravel Artisan: Controller: MakeLaravel Artisan: DB:SeedLaravel Artisan: Key: GenerateLaravel Artisan: Migrate: InstallLaravel Artisan: Migrate: MakeLaravel Artisan: Migrate: RollbackLaravel Artisan: Migrate: ResetLaravel Artisan: Migrate: RefreshLaravel Artisan: Queue: ListenLaravel Artisan: Queue: SubscribeLaravel Artisan: Queue: WorkLaravel Artisan: Session: TableLaravel Artisan: Custom Command
Laravel Generate (Support for Jeffrey Way's Laravel Generators):
Laravel Generate: ModelLaravel Generate: ControllerLaravel Generate: SeedLaravel Generate: ViewLaravel Generate: MigrationLaravel Generate: ResourceLaravel Generate: ScaffoldLaravel Generate: FormLaravel Generate: TestLaravel Generate: Pivot Table
Custom Commands
You can add custom commands.
Use Preferences/Package Settings/Laravel 4 Artisan/Commands – User menu item.
Simple command structure:
[
{
"caption": "Laravel Artisan: Deploy Project",
"command": "laravel4_artisan",
"args": {
"command": "deploy",
"fill_in": true,
"fill_in_lable": "Enter the branch name with options"
}
}
]
Change command caption and command in args.
Use fill_in: true if you need some input for your command and fill_in_lable: "Text" for message.
Installation:
Use Package Controller or create a the directory Laravel 4 Artisan in your Sublime Text Packages directory with source code, and you're ready to go.
Usage:
Press Cmd + Shift + P for the dropdown command list, search for Laravel, and pick your command. Also you can use Tools/Laravel... menu item
Notes:
- Artisan file needs to been in the root folder of your structure in the sidebar.
- You need insert in Sublime Text user settings
"show_panel_on_build": trueor useTools/Build Results/Show Build Resultsmenu item for view results.
Donate:
If you liked this plugin, you can donate to support it!
Give some feedback.
Thanks.
